resident software - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

resident software - перевод на греческий

OLD FORM OF SYSTEM SOFTWARE TO CONTROL PROGRAM RUNS
Resident Software

resident software         
εγκατεστημένο λογισμικό
εγκατεστημένο λογισμικό      
resident software
accounting system         
APPLICATION SOFTWARE THAT RECORDS AND PROCESSES ACCOUNTING TRANSACTIONS
Accounting System; Accounting system; Accounting systems; Electronic Financial Accounting system; Accounts payable software; Accounts receivable software; Finance system; Finance software; Accounting Software; نرم افزار حسابداری
λογιστικό σύστημα

Определение

Terminate and Stay Resident
(TSR) A type of DOS utility which, once loaded, stays in memory and can be reactivated by pressing a certain combination of keys.

Википедия

Resident monitor

In computing, a resident monitor is a type of system software program that was used in many early computers from the 1950s to 1970s. It can be considered a precursor to the operating system. The name is derived from a program which is always present in the computer's memory, thus being "resident". Because memory was very limited on those systems, the resident monitor was often little more than a stub that would gain control at the end of a job and load a non-resident portion to perform required job cleanup and setup tasks.

On a general-use computer using punched card input, the resident monitor governed the machine before and after each job control card was executed, loaded and interpreted each control card, and acted as a job sequencer for batch processing operations. The resident monitor could clear memory from the last used program (with the exception of itself), load programs, search for program data and maintain standard input-output routines in memory.

Similar system software layers were typically in use in the early days of the later minicomputers and microcomputers before they gained the power to support full operating systems.